<SCRIPT language=JavaScript1.2>
<!--
 
function tile()
{if (!document.all)return
var source=event.srcElement
 
if (source.tagName=="IMG")
document.body.background = source.src}
 
function restore()
{document.body.background= bkg.src}
// document.body.onclick=restore
// moved this to the <BODY> tag
// --> 
 
</SCRIPT>
 
<STYLE>BODY {
 BACKGROUND-ATTACHMENT: scroll; BACKGROUND-REPEAT: repeat-y; COLOR: white; FONT-FAMILY: 'Comic Sans MS'; FONT-SIZE: 14pt; MARGIN-LEFT: 290px; MARGIN-RIGHT: 20px; MARGIN-TOP: 60px
}
.bgimages IMG {
 CURSOR: hand
}
</STYLE>
<SPAN class=bgimages onclick=tile();event.cancelBubble=true><IMG alt=Clickhere! 
border=1 height=50 id=bkg onmouseout="border='1';" onmouseover="border='3';" 
src="Nome do arquivo da figura" 
style="LEFT: 293px; POSITION: absolute; TOP: 3px" width=40> <IMG 
alt="Click here!" border=1 height=50 onmouseout="border='1';" 
onmouseover="border='3';" src="Outro arquivo de figura" 
style="LEFT: 343px; POSITION: absolute; TOP: 3px" width=40> 